home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: cix.compulink.co.uk!usenet
- From: jralph@cix.compulink.co.uk ("Jolyon Ralph")
- Subject: Re: Plugs Ins
- Message-ID: <Do5n5v.2qu@cix.compulink.co.uk>
- Organization: Compulink Information eXchange
- References: <3144821E.794B@dmu.ac.uk>
- Date: Tue, 12 Mar 1996 12:39:31 GMT
- X-News-Software: Ameol32
-
- > Easiest?? I don't know... It's easiest from the point of view of
- > loading into the app, but I think it makes the plugins themselves
- harder > to write.
-
- No. They're easy.
-
- If you're writing in C with SAS V6.5x then you can ask C nicely to
- generate a library for you.
-
- If you're using 68k assembler, there's example library asm code available
- in the Rom Kernal Manuals, or if you get stuck, I can email you some
- short example code.
-
- Libraries are great because they allow you multiple functions (without
- needing to bodge through a generic start routine) and because
- the OS handles caching/flushing for you...
-
- Jolyon - Almathera
-